home *** CD-ROM | disk | FTP | other *** search
- /****
- * CNDPicture.h
- *
- * Copyright © 1992 NeoLogic Systems. All rights reserved.
- *
- ****/
-
- #pragma once
- #include <CPicture.h>
-
- class CNDPicture: public CPicture
- {
- public:
- void INDPicture(short aID, CView *anEnclosure, CBureaucrat *aSupervisor, short aWidth,
- short aHeight, short aHEncl, short aVEncl, SizingOption aHSizing, SizingOption aVSizing);
- virtual void DoClick(Point aHitPt, short aModifierKeys, long aWhen);
- Boolean isZoomed(void);
- void Zoom(Boolean aOut);
-
- protected:
- short fState;
- };